home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / interfac / it.dig / scripts / DefineSprite_417 / frame_10 / DoAction.as
Text File  |  2012-08-27  |  185b  |  10 lines

  1. if(_root.categoria_mc.revista_mc._currentframe > 1)
  2. {
  3.    _root.categoria_mc.revista_mc.prevFrame();
  4.    _root.categoria_mc.revista_mc.prevFrame();
  5. }
  6. else
  7. {
  8.    gotoAndStop(1);
  9. }
  10.